home *** CD-ROM | disk | FTP | other *** search
- Path: ns2.emirates.net.ae!usenet
- From: Jim Roberts <roberts@emirates.net.ae>
- Newsgroups: comp.lang.c++
- Subject: Re: Did I Miss Something?
- Date: 7 Apr 1996 18:09:59 GMT
- Organization: ETISALAT Emirates Internet
- Message-ID: <4k90dn$be5@ns2.emirates.net.ae>
- References: <N.040396.105136.51@ix.netcom.com>
- NNTP-Posting-Host: csa013.emirates.net.ae
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1 (Windows; I; 16bit)
-
- I'm not sure, but...
-
-
- "small box " is a string literal. If it is in your source,
- then it must occupy space somewhere. It must have an address.
-
- All the constructor does is cause the 'line_of_text' member to
- point to this string. NO NEW MEMORY is allocated.
-
- Hope this helps. (Hpoe its right!)
-
-
- Jim.
-
-